-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (50 loc) · 908 Bytes
/
style.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
44
45
46
47
48
49
50
51
52
53
54
55
.carousel-item {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#innoBOX{
font-size: 50px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-style: italic;
color: aqua;
}
#s1h1
{
color: black;
font-size: 60px;
}
#s1t1{
color: black;
font-style: italic;
font-size: 40px;
}
#s2h1
{
color: black;
font-size: 60px;
}
#s2t1{
color: black;
font-style: italic;
font-size: 40px;
}
#s3h1
{
color: white;
font-size: 60px;
font-style: Bold;
}
#s3t1{
color: white;
font-style: italic;
font-size: 40px;
}
.colorme
{
color: aliceblue;
}