-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (59 loc) · 893 Bytes
/
style.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
h2 {
color: black;
text-align: center;
}
.navbar { background-color: #E0A9C1;
margin-bottom: 100px;
}
.display-4 {
color: black;
}
.lead {
color: black;
}
.btn {
background-color: black;
outline-color: black;
}
.jumbotron {
background-color: #510026;
background-image: url(1233.png);
background-size: cover;
min-width: 1000px;
min-height: 500px;
position:center;
}
.btn {
margin-top: 100px;
}
li {
list-style: none;
display: inline-block;
margin: 5px;
}
p
{ font-size: 20px;
text-align: justify;
font-family: Georgia;
color: #231A20;
margin: 20px;
position: static;
}
img {
margin-right: 50px;
float: left;}
div {
display: cover;
position: relative;
}
body::after{
content: "";
background-color:#510026;
background-size: cover;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}