-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.css
43 lines (40 loc) · 813 Bytes
/
master.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
h1{
color: #25e6d9;
font-family: 'Acme', sans-serif;
font-size: 50px;
font-weight:lighter;
font-style: normal;
text-align: center;
}
li{
text-align: center;
font-family: 'Fugaz One', cursive;
color: #f27405 ;
text-align: center;
}
p{
color:rgba(13,90,140,5);
text-align: center;
}
body{
background image-orientation: center;
background-size: auto;
background-clip: inherit;
background-repeat: no-repeat;
}
#single{
color:red;
}
.gaming{
background-image: url("brick.jpg");
background-position: center;
height: 1000px;
background-position: 100% 67;
background-size: auto, auto 100%;
}
/*.mybackground {
background-image: image("laptop.jpg");
background-image: url("laptop.jpg");
background-position: 50% 0;
background-size: auto, auto 100%;
}