-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (49 loc) · 1.13 KB
/
style.css
File metadata and controls
55 lines (49 loc) · 1.13 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
* {
background: hsla(140, 91%, 55%, 0.915);
}
h1 {
font-family: Castellar;
text-align: center;
font-size: 100px;
color: rgba(88, 13, 238, 0.861);
text-shadow: 2px 2px 4px #000000;
margin-top: 50px;
border: 30px groove rgb(241, 6, 6);
border-radius: 50px;
box-sizing: 10px;
box-shadow: 15px 15px 30px rgba(146, 59, 59, 0.3);
padding: 30px;
margin: 40px;
}
.block1{
border: 10px solid navy;
margin:2px;
padding:5px;
font-style: italic;
font-family: Al_Qalam Rehan;
color: rgb(226, 92, 43);
background-color: rgb(253, 220, 72);
display: inline-block;
border-radius: 20px;
font-size: 30px;
}
.block2{
border: 10px dotted green;
margin: 2px;
padding: 5px;
font-style: normal;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: rgb(112, 120, 23);
background-color: rgb(94, 244, 229);
font-size: 28px;
}
.block3{
border:10px dashed rgb(245, 225, 7);
margin: 2px;
padding: 5px;
font-style: initial;
font-family: Chicago;
color: deeppink;
background-color: rgb(250, 127, 127);
font-size: 27px;
}