-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (63 loc) · 1.2 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
font-family: 'Roboto', sans-serif;
}
h1{
color:rgb(0, 0, 0);
font-size: 100px;
}
h3{
color:rgb(0, 0, 0);
font-size:60px;
}
#link{
color: rgb(255, 255, 255);
}
.tophead {
margin:0px;
text-align: center;
font-size: 50px;
color:rgb(255, 255, 255);
font-size: 100px;
font-weight: bold;
background-color: #000000;
padding: 20px;
}
.body1 {
display:flex;
flex-direction: column;
background-color: #ffffff;
color:rgb(0, 0, 0);
font-size: 20px;
margin:0px;
padding:5%;
}
body {margin:0px;
}
.container {
display:flex;
flex-direction: row-reverse;
border:0px
}
.box {
background-color: #890620;
font-size:40px;
font-weight: bold;
text-align:center;
padding:15px;
width: 100%;
height:40px;
}
.cards {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 5%;
padding-right: 5%;
background-color: rgb(255, 255, 255);
}
.cards img {
margin: 10px;
border: 23px solid #890620;
max-width: 80vw;
}