-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
77 lines (66 loc) · 1.03 KB
/
main.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
h1 {
color: #00aaff
}
hr {
height:6px;
background-color:yellow;
width:722px;
}
/*body {
background-image: linear-gradient(to bottom right, #00cf00, #00afff);
background-repeat: no-repeat;
height: 100vh;
}*/
.lists {
width:722px;
border: 6px solid yellow}
body {
background: linear-gradient(to top left, #33ccff 0%, #ff99cc 100%);
}
p {
color: #ff0000
}
ol {
color: #aa00aa
}
ul {
color: #ffa500
}
#nerve {
height: 324px;
border:5px solid black;
}
#div1 {
display: inline-block;
width: 50%;
margin: 0 auto;
float: right;
}
#Netflix {height:200px;
width:350px}
#smor {color:fireBrick}
h3 {color:#b171d1}
#poop {
color:mediumVioletRed;
font-size: 500%;
}
/*#poopimg {
display: inline-block;
margin: 0 auto;*/
height:50px;
width:50px;
}
#poopDiv {
width: 200px;
margin: 0 auto;
}
#poopText {
float:left;
width:40%;
}
#poopImage {
display: inline-block;
width: 40%;
margin: 0 auto;
float: right;
}