-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (47 loc) · 932 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
html,
body {
height: 100%;
color: white;
}
.bg {
background: url(/Images/Ashes_of_Divinty_name.png) no-repeat fixed center;
height: 100%;
background-size: cover;
}
h1.cajita {
font-family: Monospace;
font-size: 100px;
font-weight: bold;
margin-bottom: 40px;
border-style: solid;
border-width: 10px;
border-color: black;
position: static;
}
.img-border {
border-style: solid;
border-color: #fff;
background-color: black;
border-width: 5px;
}
.desc {
padding-top: 20px;
color: black;
font-style: italic;
font-size: 15px;
}
.img-responsive {
width: 100%;
}
.main-section {
background-color: rgb(50, 50, 50);
padding: 60px;
margin: 100px;
border-color: #0b0a0a;
border-width: 5px;
border-style: solid;
border-radius: 25px;
}
.text-section {
margin: 50px;
}