-
Notifications
You must be signed in to change notification settings - Fork 2
/
quotes.css
91 lines (89 loc) · 2.28 KB
/
quotes.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
82
83
84
85
86
87
88
89
90
91
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: pink;
text-align: center;
display: flex;
justify-content: center;
margin-right: auto;
margin-left: auto;
padding-left: auto;
padding-right: auto;
width: 100%;
position: fixed;
}
li {
float: right;
display: inline;
font-family: "Paytone One";
font-size: 25px;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #92efa4;
}
h2 {
font-size: 50px;
font-family: Sanchez;
}
button {
font-size: 20px;
font-family: sanchez;
font-weight: bold;
background-color: white;
padding: 0.5em 0.5em;
width: 15%;
border-radius: 0.5em;
}
form{
font-size:35px;
font-family: "Francois One";
}
#display {
font-size: 30px;
}
body {
background-color: #a9ddd6;
margin: 0;
padding: 0;
}
h1 {
font-family: "Francois One";
font-size: 100px;
background-image: url("https://lh3.googleusercontent.com/8KeUnQzjsYCCekTT2cAxySqQT0OgZbGdPT9pNcti_DwUuAbkBQqD12zDYoCmbhdmFi-VgWt2URg4ovrUjPlZFWNC7HiJyexFWmUYQ8ozaZapZ_XZvol8uJglGYEXrU88Zbx06QRjEcuLXzzwau2p17p-pj8nVfzEO5CwtBQqsxBhdrv2VvBhT0A1YFUQ8UuWNucuAsUeYrjsXdEnzdd6CP-GojoJGpfEfnsPkx6w_2pqrwIbNNyhrxMht1MK-RV63qpCO9CISOvjnhBYN3DSosngkCJI3q59S1e3rSuUkkTR3J3cOZaIktQiGZgvrIv8bokQzj1tu_iOxn6A6QWMlzA438P2NvwAkFqBY_T2sXky-R12GAaqUbl_7dcNitVrzg76iN_8NaKizb84HahT-m0_F50jsmJx8rwyNZtY05N9dQTYmySbmE7J8pWzUeMRsR50iCI7MaRmdYjmX-xBhtnA7Y1pT7f9GyX1ha5JThMQ8HjMBznus_izpF7GqfT6mURr0i7Eji-3EdocSSabLm4RQv8hagcdyi-NQiqkd1IDCBHUULo2ejpTOrtOsXxLLHTwoRddg0w4F91Ey3XWU59Bs_d4HHFKBXV46ZDjblXjaK0STi8saQWytaJNYoCT-Sea5n24CCFx-Hf3w0xSZmKh9jxzVIFMfA=w2880-h1384-no");
background-attachment: fixed;
width: 100%;
height: 80vh;
margin-top: 0;
margin-bottom: 0;
padding-top: 1em;
padding-bottom: 1em;
line-height: 80vh;
color: white;
text-shadow:0.05em 0.05em black;
animation: zoom 3s ease;
}
h3 {
font-size: 2em;
font-family: Sanchez;
padding-left: 2em;
padding-right: 2em;
}
h4{
font-family: Sanchez;
font-size: 1em;
}
.imgFrame {
border-style: outset;
border-color: #00ffc3;
border-width: 10px;
margin-top: 30;
}