curriculum/photos/css/content.css
Anthony Dumas bf07791ecc Novembre 2016
Changement de l'hideux panneau Portfolio, amélioration de la version
mobile
2016-11-27 00:38:49 +01:00

18 lines
288 B
CSS

body {
font-family: 'Open Sans', sans-serif;
background-image: url(../img/background.png);
}
h1 {
font-family: 'Slabo 27px', serif;
color: #3C3C3C;
}
.center {
text-align: center;
}
.lockscreen {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}