Skip to content

Commit 71c95ee

Browse files
authored
Create style.css
Creating a CSS for the index.html page button links
1 parent d0d8335 commit 71c95ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: css/style.css

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
button {
2+
background-color: #958adb;
3+
border: none;
4+
color: white;
5+
text-align: center;
6+
text-decoration: none;
7+
display: inline-block;
8+
font-size: 10px;
9+
margin: 4px 2px;
10+
cursor: pointer;
11+
border-radius: 12px;
12+
}

0 commit comments

Comments
 (0)