-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
50 lines (41 loc) · 881 Bytes
/
Copy pathstyles.css
File metadata and controls
50 lines (41 loc) · 881 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
42
43
44
45
46
47
48
49
50
.container {
margin-top: 15%;
color: wheat;
position: relative;
}
#quote {
inline-size: 300px;
overflow-wrap: break-word;
font-size: 160%;
display: block;
text-align: center;
margin: 0 auto;
}
#author {
font-size: 120%;
text-align: center;
margin: 10px auto;
}
[type=button] {
background-color: #FF4E00;
color: #fff;
border-radius: 10px;
}
.btn_container {
position: absolute;
margin-left: 37.5%;
display: flex;
justify-content: center;
align-items: center;
border: 0px solid;
position: fixed;
bottom: 40px;
font-size: 100%;
}
body {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
background-image: url(bg.jpeg);
background-size: 100%;
height: 50%;
background-repeat: no-repeat;
}