Skip to content

Commit 1544913

Browse files
Create styles.css
1 parent 10ff319 commit 1544913

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

h/styles.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
margin: 0;
4+
padding: 0;
5+
}
6+
7+
#app {
8+
max-width: 800px;
9+
margin: 50px auto;
10+
padding: 20px;
11+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
12+
}
13+
14+
#hyperlinks-container {
15+
margin-top: 20px;
16+
}
17+
18+
a {
19+
display: block;
20+
margin-bottom: 10px;
21+
}

0 commit comments

Comments
 (0)