-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.css
More file actions
64 lines (64 loc) · 1.21 KB
/
Copy pathproject.css
File metadata and controls
64 lines (64 loc) · 1.21 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
body{
height: 1000px;
}
h1{
font-size: 80px;
width: 100%;
text-align: center;
color: white;
}
h2{
font-size: 20px;
width: 100%;
text-align: center;
color: white;
}
.title{
background-image: url(https://starwarsblog.starwars.com/wp-content/uploads/2020/04/star-wars-backgrounds-25.jpg);
background-attachment: fixed;
background-size: cover;
padding: 150px;
}
h3{
font-size: 28px;
border: 5px solid black;
text-align: center;
margin-top: 50px;
margin-bottom: 7px;
}
h4{
border-left: 5px solid blue;
border-bottom: 5px solid blue;
border-right: 5px solid blue;
text-align: center;
font-size: 20px;
margin-top: 7px;
margin-bottom: 7px;
}
p{
text-align: center;
border-top: 5px solid red;
border-left: 5px solid red;
border-right: 5px solid red;
margin-top: 7px;
}
img{
border: 3px solid rgb(156, 20, 20);
border-radius: 10px;
margin-top: 40px;
}
#bottom{
text-align: center;
font-size:20px;
border: none;
margin-top: 1px;
margin-bottom: 1px;
}
#final{
border: none;
font-size: 25px;
background-color: rgb(71, 71, 71);
color: white;
padding: 33px;
margin-top: 1px;
}