Skip to content

Commit ce9ac10

Browse files
authored
Create style.css
1 parent 49fa398 commit ce9ac10

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Palindrome_Checker/style.css

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
*{
2+
padding:0;
3+
margin:0;
4+
}
5+
body{
6+
background-color: #202020;
7+
margin: 60px auto;
8+
text-align:center;
9+
}
10+
h1{
11+
font-family: cursive;
12+
padding-top:100px;
13+
color:#f6f8fa;
14+
font-weight:100;
15+
}
16+
h3{
17+
font-weight:lighter;
18+
font-family: cursive;
19+
padding-top:10px;
20+
color:#f6f8fa;
21+
font-weight:100;
22+
word-spacing:1;
23+
}
24+
.inputbox{
25+
border:1px solid #f6f8fa;
26+
padding:10px;
27+
text-indent:5px;
28+
width:450px;
29+
background-color:#202020;
30+
margin:10px;
31+
text-transform:uppercase;
32+
color:#f6f8fa;
33+
font-weight:lighter;
34+
}
35+
.list{
36+
color:#f6f8fa;
37+
font-size:20px;
38+
padding-top:50px;
39+
}

0 commit comments

Comments
 (0)