-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass of.css
More file actions
63 lines (50 loc) · 779 Bytes
/
Copy pathclass of.css
File metadata and controls
63 lines (50 loc) · 779 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
div{
text-align: center;
background-color: dodgerblue;
border-color: brown;
}
form{
color: lightgray;
}
input{
color: brown;
margin: 20px;
}
select{
margin-top: 20px;
}
h1{
text-align: center;
color: mediumseagreen;
}
h2{
color: mediumseagreen;
}
.one{
background-color: mediumseagreen;
height: 150px;
/* width: 300px; */
text-align: center;
box-shadow: 10px 10px 20px ;
/* display: inline-block; */
}
H1{
margin: auto;
text-shadow: 10px 10px 20px red;
}
.two2{
background-color: red;
display: inline-block;
margin-left: 30px;
height: 150px;
/* width: 200px; */
}
body{
color: mediumseagreen;
}
.text{
gap: l;
}
h1, h2, h3{
margin-left: 50px;
}