-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (52 loc) · 949 Bytes
/
Copy pathstyle.css
File metadata and controls
54 lines (52 loc) · 949 Bytes
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
#big{
width:300px;
height: 400px;
margin:70px 0px 0px 50px;
border-radius: 20px;
}
#srh{
width:400px;
height:35px;
background-color: rgb(30, 28, 28);
margin-left: 70px;
border-radius: 10px;
color:rgb(147, 145, 145)
}
#contentcontain{
height:500px;
background-color:rgb(178, 178, 178);
}
#end{
width:570px;
height:100px;
background-color: rgb(13, 13, 13);
margin-left: 15px;
border-radius: 10px;
}
@media screen and (max-width:600px)
{
#contentcontain{
height: 1000px;
}
#big{
width:350px;
height: 500px;
margin:50px 0px 0px 20px;
}
#one #two #three{
width:30px;
height:50px;
margin: 5px 5px 5px 5px;
}
#srh{
width:450px;
margin:0px 0px 0px 20px;
}
#end{
width:450px;
height:100px;
background-color: rgb(13, 13, 13);
margin-left: 15px;
border-radius: 10px;
}
}