-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
118 lines (98 loc) · 1.58 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
h1{
font-family: Rowdies;
font-size: 80px;
color: #125383;
margin-bottom: 20px;
}
h2{
font-family: Recursive;
font-weight: 900;
}
p{
font-family: Recursive;
font-size: 17px;
font-weight: 400
color: #125383;
}
body{
padding-left: 8%;
padding-right: 8%;
background-color: #EFF9F8;
color: #125383;
}
a{
text-decoration: none;
}
.titles{
margin-bottom: 80px;
}
.card{
width: 100%;
max-width: 1200px;
min-height: 260px;
text-decoration: none;
padding-top: 5px;
color: #125383;
margin-bottom: 50px;
border-radius: 10px;
}
.card-text{
font-size: 34px;
margin-left: 40px;
}
.heroes{
background: url("heroes vs dragon.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-size: cover;
}
.WebSoC{
background: url("websoc.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-size: cover;
}
.Tagger{
background: url("tagger.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-size: cover;
border: 0.6px solid #B0C7D7;
}
.heroes-text{
color: #D8E5ED;
}
.websoc-text{
color: #EDF8FF;
}
.tagger-text{
color: #577279;
}
p .caption{
font-family:
}
.caption{
margin-top: 120px;
left: 50%;
text-align: center;
bottom: 20px;
margin-bottom: 20px;
font-family: "Comic Sans MS", "Comic Sans", cursive;
color: #799693;
}
.nav-bar{
width: 420px;
font-family: Rowdies;
font-size: 40px;
position: fixed;
position: fixed;
top: 85%;
left: 50%;
margin-left: -210px;
}
.nav-bar > a {
-webkit-text-stroke: 1px #125383;
color:rgba(239, 249, 248, 0.6);
margin-left: 25px;
margin-right: 25px;
}