-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (35 loc) · 707 Bytes
/
style.css
File metadata and controls
41 lines (35 loc) · 707 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("https://images.pexels.com/photos/617278/pexels-photo-617278.jpeg?auto=compress&cs=tinysrgb&w=600");
}
h1 {
color: white;
font-size: 50px;
text-align: center;
}
hr {
color: white;
border: 2px solid white;
}
table {
margin: auto;
}
img {
display: block;
margin: auto;
}
.borderClass {
text-align: center;
color: red;
border: 2px solid red;
}
.header {
background-color: rgba(10.2, 6.3, 15.3,0.5);
height: 70px;
}
.container {
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: rgba(155, 143, 170, 0.6);
}