-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavaScriptBasics.CSS
More file actions
100 lines (99 loc) · 1.48 KB
/
javaScriptBasics.CSS
File metadata and controls
100 lines (99 loc) · 1.48 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
*{
margin: 0px;
padding: 0px;
}
#total{
background-color: #1c345d;
width: 970px;
height: 665px;
overflow: hidden;
}
#title{
background-color: hsl(358, 62%, 50%);
border-radius: 15px;
height: auto;
width: 920px;
margin: 10px 10px 15px 10px;
padding: 15px;
}
h1{
color: #c2d6ec;
}
#nav{
background-color: #2a7d8c;
height: 240px;
width: 208px;
border-radius: 25px;
margin-left: 10px;
display: inline-block;
}
#p1{
position: relative;
color: #64d6d5;
text-decoration: underline;
top: 20px;
left: 20px;
}
#list{
position: relative;
top: 22px;
left: 30px;
color: #64d6d5;
}
.items{
margin-left: 20px;
}
#main{
background-color: #0e1822;
height: 500px;
width: 717px;
display: inline-block;
vertical-align: top;
margin-left: 20px;
border-radius: 20px;
}
h2{
position: relative;
top: 20px;
left: 15px;
color: #c2d6ec;
}
#p2{
position: relative;
top: 30px;
left: 15px;
width: 687px;
color: #c2d6ec;
}
#list2{
position: relative;
top: 40px;
left: 35px;
width: 667px;
}
.blue{
color: #64d6d5;
text-decoration: underline;
}
.purple{
color: #7180f0;
}
.white{
color: #c2d6ec
}
#more{
background-color: #5d6573;
height: 50px;
width: 950px;
margin: 15px 10px;
border-radius: 17px;
}
#p3{
color: #c2d6ec;
position: relative;
top: 16px;
left: 18px;
}
#p4{
color: #64d6d5;
}