Skip to content

Commit b788681

Browse files
authored
Update style.css
1 parent 6c2b723 commit b788681

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

style.css

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
11
body {
22
background-color: antiquewhite;
33
}
4+
5+
body {
6+
background-color: rgba(red, green, blue, pointer);
7+
}
8+
9+
h1 {
10+
font-size: large;
11+
color: red;
12+
cursor: pointer;
13+
font-weight: 200;
14+
font-family: sans-serif;
15+
text-align: center;
16+
margin-top: 50px;
17+
border: salmon;
18+
}
19+
20+
button {
21+
font-family: "helvetica neue", helvetica, sans-serif;
22+
letter-spacing: 1px;
23+
text-transform: uppercase;
24+
border: 2px solid rgb(200 200 0 / 60%);
25+
background-color: rgb(0 217 217 / 60%);
26+
color: rgb(100 0 0 / 100%);
27+
box-shadow: 1px 1px 2px rgb(0 0 200 / 40%);
28+
border-radius: 10px;
29+
padding: 3px 10px;
30+
cursor: pointer;
31+
}
32+
33+
html {
34+
font-family: sans-serif;
35+
}
36+
37+
body {
38+
width: 50%;
39+
max-width: 800px;
40+
min-width: 480px;
41+
margin: 0 auto;
42+
}
43+
44+
.form input[type="number"] {
45+
width: 200px;
46+
}
47+
.lastResult {
48+
color: white;
49+
padding: 3px;
50+
}

0 commit comments

Comments
 (0)