-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (72 loc) · 1.4 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
font-family: helvetica, arial, sans-serif;
margin: 2em;
background: rgb(0, 212, 255);
background: rgb(0, 212, 255);
background: linear-gradient(
90deg,
rgba(0, 212, 255, 1) 0%,
rgba(55, 135, 255, 1) 5%,
rgba(55, 135, 255, 1) 95%,
rgba(0, 212, 255, 1) 100%
);
}
h1 {
font-style: italic;
color: white;
-webkit-text-stroke: 1.5px black;
border-color: black;
border-width: 2px;
}
h2 {
color: white;
margin: 0px;
}
input {
width: 45px;
border-radius: 7px;
margin-block-start: 0.1em;
margin-block-end: 0.1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding: 1px 2px;
border-color: -internal-light-dark-color(
rgb(118, 118, 118),
rgb(195, 195, 195)
);
border: solid;
border-width: 2px;
}
.like-input {
color: initial;
text-shadow: none;
display: inline-block;
text-align: start;
background-color: white;
margin: 0em;
font: 400 13.3333px Arial;
padding: 1px 0px;
border-width: 2px;
width: 60px;
border-radius: 7px;
cursor: text;
margin-block-start: 0.1em;
margin-block-end: 0.1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding: 1px 2px;
border: solid;
border-width: 2px;
}
section {
border-radius: 24px;
background: #3787ff;
box-shadow: 10px 10px 20px #1a417a, -10px -10px 20px #54cdff;
padding: 15px;
margin: 10px;
}
hr {
border-color: white;
border-style: solid;
margin: 20px;
}