-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.css
More file actions
42 lines (34 loc) · 787 Bytes
/
Copy pathtext.css
File metadata and controls
42 lines (34 loc) · 787 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
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
text-shadow: 20px 15px 05px rgba(201, 140, 8, 0.897);
font-size: 40px;
}
#abuja {
background-color: red;
width: 200px;
height: 200px;
display: inline-block;
margin: auto;
font-size: 10px;
color: white;
border-radius: 25%;
box-shadow: 1px 20px 10px rgba(234, 227, 227, 0.7);
padding: 25px;
}
#abuja .txt{
font-size: 50px;
color: black;
text-align: center;
margin: auto;
text-shadow: 20px 10px 5px rgba(97, 8, 49, 0.274);
}
#star {
display: inline-block;
width: 200px;
height: 200px;
background-color: bisque;
padding: 25px;
box-shadow: 20px 10px 5px rgba(97, 8, 49, 0.274);
border-radius: 25%;
}