-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatan'sWebsiteGuidSystem.css
More file actions
68 lines (57 loc) · 874 Bytes
/
matan'sWebsiteGuidSystem.css
File metadata and controls
68 lines (57 loc) · 874 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
h1{
margin:20px 20px;
}
h2{
margin: 20px 20px;
}
h3{
margin:20px 20px;
}
.container{
font-family: monospace;
position: relative;
border: 3px solid black;
margin:10px 20px;
}
.control-panel{
position: relative;
display: inline-block;
width:15%;
margin: 20px auto;
left:15px;
}
.nordic-blue{
background: linear-gradient(110deg,#30DCD1, #141E30);
}
.color-label{
text-align: center;
}
.color-code{
text-align: center;
}
.grey-green{
background: #3d8387;
}
.wheat{
background: wheat;
}
.grey{
background: #bbb;
}
.fonts-control-pannel{
position: relative;
display: inline-block;
width:32%;
}
.fonts-control-pannel p{
margin: 20px 20px;
}
.Ariel{
font-family: Arial, Helvetica, sans-serif;
}
.list-control-panel{
margin:20px 20px;
}
.listing{
margin:auto 10px;
}