-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallStyle.css
More file actions
executable file
·112 lines (96 loc) · 1.59 KB
/
Copy pathallStyle.css
File metadata and controls
executable file
·112 lines (96 loc) · 1.59 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
101
102
103
104
105
106
107
108
109
110
111
112
aside {
float: right;
width: 300px;
background: #A3C2C2;
}
section {
width: 700px;
margin: 0 auto;
padding: 0 auto;
background: white;
border-radius: 10px;
}
.outerDiv{
padding: 20px;
}
body {
background: #CCFFFF;
}
p {
background: #A3C2C2;
border-radius: 5px;
background: white;
margin-left: auto;
margin-right: auto;
width: 35em;
padding: 10px;
font-family: Arial, Sans-serif;
}
ul {
display: block;
border-radius: 5px;
background: white;
margin-left: auto;
margin-right: auto;
width: 35em;
padding: 10px;
font-family: Arial, Sans-serif;
}
img {
padding: 0 auto;
display: block;
margin-left: auto;
margin-right: auto;
}
#pinkCircle {
display: block;
margin-left: auto;
margin-right: auto;
height: 180px;
width:365px;
background: white;
}
#greenPath{
display: block;
margin-left: auto;
margin-right: auto;
height: 250px;
width:250px;
background: white;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
header{
color:#FA6C41;
padding: 10px;
font-size: 50px;
font-style: bold;
font-family: Arial, Sans-serif;
}
h1 {
padding: 10px;
font-size: 20px;
font-style: bold;
font-family: Arial, Sans-serif;
}
h2 {
padding: 10px;
font-size: 30px;
font-style: bold;
font-family: Arial, Sans-serif;
}
path {
stroke: purple;
stroke-width: 3;
fill: none;
}
.axis path,
.axis line {
fill: none;
stroke: grey;
stroke-width: 1;
shape-rendering: crispEdges;
}