-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path3.css
More file actions
41 lines (41 loc) · 963 Bytes
/
Copy path3.css
File metadata and controls
41 lines (41 loc) · 963 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
body{
background-image: url('3.jpg');
}
#one{
color: rgb(255, 14, 14);
text-align: center;
text-size-adjust: 100cm;
border:20px solid ;
padding: 50px;
margin: 50px;
}
#two{
color: rgb(158, 2, 2);
text-align: center;
border:20px solid ;
padding: 50px;
margin: 50px;
}
#three{
color: rgb(135, 53, 23);
text-align: center;
border:20px solid ;
padding: 50px;
margin: 50px solid;
}
#four{
color:rgb(247, 163, 8);
text-align: center;
border:20px solid ;
padding: 50px;
margin: 50px;
}
#five{
color: rgb(240, 9, 9);
text-align: center;
border:20px solid ;
padding: 50px;
margin: 50px;}
p:hover{
background-color: antiquewhite;
}