-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (46 loc) · 826 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
body{
background-color: rgb(180, 180, 180);
}
#image1{
margin-top: 30px;
}
/*#heading{
margin-top: 30%;
font-size: xxs-large;
font-family:Caveat;
}*/
.d-block{
margin-top:30px;
height: 500px;
width: 50%;
}
#divimg{
width: 75%;
align-items: center;
margin-left: 10%;
margin-bottom: 10px;
}
.dashboard{
height: 70px;
font-family:Kalam;
margin-top: 25px;
margin-left: 2%;
}
#feed{
font-size: 18px;
font-family: Tinos;
}
#spanhead{
margin-right: 60%;
}@media screen and (max-width:800px){
nav1{background-color: rgb(17, 17, 17);height: 70px;}
#spanhead{
margin-right: 25%;
}
}
@media screen and (max-width:600px){
nav1{background-color: rgb(17, 17, 17);height: 70px;}
#spanhead{
margin-right: 30%;
}
}