Skip to content

Commit 7a8d28b

Browse files
committed
first commit with plain html and css
1 parent 4b6755b commit 7a8d28b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

JS-story/styles/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
body {
3+
font-family: helvetica, sans-serif;
4+
width: 350px;
5+
}
6+
7+
label {
8+
font-weight: bold;
9+
}
10+
11+
div {
12+
padding-bottom: 20px;
13+
}
14+
15+
input[type="text"] {
16+
padding: 5px;
17+
width: 150px;
18+
}
19+
20+
p {
21+
background: #FFC125;
22+
color: #5E2612;
23+
padding: 10px;
24+
visibility: hidden;
25+
}

0 commit comments

Comments
 (0)