-
Notifications
You must be signed in to change notification settings - Fork 0
/
white.css
26 lines (26 loc) · 822 Bytes
/
white.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
body {
background-image: url("https://images.unsplash.com/photo-1442508748335-fde9c3f58fd9?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&s=4cdb71ebb68575bde539cbd39a4a4e49");
background-size: cover;
background-repeat: repeat;
/*background-position: center;*/
background-attachment: fixed;
background-color: #256BCB;
text-align: center;
font-size: 45px;
color: rgba(255, 255, 255, 0.8); /*opacity*/
font-family: 'Josefin Sans', 'Trebuchet MS', sans-serif;
}
div {
/*center text*/
line-height: 2;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-shadow: 2px 2px 5px black;
}
h1 {
/*font-family: 'Kaushan Script', 'Trebuchet MS', sans-serif;*/
text-shadow: 2px 0px 10px white;
font-family: 'Merienda', 'Trebuchet MS', sans-serif;
}