-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrd.css
63 lines (59 loc) · 999 Bytes
/
rd.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
body{
margin: 0;
background-color: rgb(171, 169, 233);
}
h2{
text-align: center;
}
.sd{
height: 100px;
width: 100px;
background-color: aliceblue;
display: inline-block;
border: groove;
margin: 20px 15px 20px 15px;
padding-bottom: 60px;
}
.ig{
height: 100px;
width: 100px;
}
#headername{
display: block;
padding-top: 35px;
text-align: center;
margin:0;
font-size: 37px;
/*font-family: 'Red Hat Display', sans-serif;*/
font-family: 'Noto Sans', sans-serif;
}
#logo{
display: inline-block;
position: absolute;
height: 110px;
left: 0;
}
#rd{
position: relative;
top: 30px;
font-family: 'Noto Sans', sans-serif;
}
#container{
background-color: aquamarine;
height: 400px;
width: 1000px;
position: absolute;
left: 0;
right: 0;
top: 60px;
bottom: 0;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.dc{
text-align: center;
}
p{
margin: 0;
}