-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·52 lines (46 loc) · 836 Bytes
/
styles.css
File metadata and controls
executable file
·52 lines (46 loc) · 836 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
51
52
html {
background-color: #fafafa;
font-family: Arial, sans-serif;
height: 100vh;
margin: 0;
}
input[type=text] {
border: 2px #109bce solid;
border-radius: 5px;
font-size: 16px;
width: 300px;
}
button {
width: 150px;
height: 150px;
display: inline-block;
color: #ffffff;
text-decoration: none;
text-align: center;
font-weight: 300;
margin: 10px;
position: relative;
border: none;
background: #109bce;
border-radius: 5px;
padding: 0;
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
button:hover {
background: #719fb0;
}
.card {
background: #ffffff;
border-radius: 20px;
padding: 10px;
text-align: left;
}
.shadow {
box-shadow: 0 5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
}
.thumbnail_image {
border: 0;
padding: 10px;
height: 100px;
width: 100px;
}