-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (37 loc) · 945 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
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shizuru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
body {
margin: 0;
padding: 0;
text-align: center;
font-family: Montserrat;
background: #4568dc;
background: -webkit-linear-gradient(to right, #b06ab3, #4568dc);
background: linear-gradient(to right, #3c185f, #2c49a9);
}
h1 {
margin: 0;
border-color: cadetblue;
margin-bottom: 8px;
color: #ffe900;
font-family: "Shizuru", cursive;
}
.qr-image {
height: 181px;
margin: 12px ;
border: 9px solid #6e717269;
}
button {
margin: 2vh auto;
color: wheat;
font-size: 20px;
font-family: "Righteous", cursive;
width: 160px;
background-color: #8b8b8b30;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}