Skip to content

Commit f4ef83e

Browse files
committed
whitespace
1 parent a4d8939 commit f4ef83e

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

css/main.css

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
h1 {
2-
font-family: "Open Sans", sans-serif;
3-
font-size: 48px;
4-
font-weight: normal;
5-
margin: 10px;
6-
text-align: center;
7-
}
8-
#navigation ul{
9-
text-align: center;
10-
list-style: none;
11-
padding: 0;
12-
}
13-
#navigation ul li {
14-
list-style: none;
15-
display: inline-block;
16-
border-radius: 100%;
17-
border: 2px solid #000;
18-
height:50px;
19-
width: 50px;
20-
margin: 8px;
21-
}
22-
#navigation ul li:hover {
23-
color: #000;
24-
text-decoration: none;
25-
-webkit-transition: 500ms;
26-
-moz-transition: 500ms;
27-
transition: 500ms;
28-
background-color: rgba(0, 0, 0, 0.25);
29-
}
30-
#navigation ul li a {
31-
color: #000;
32-
}
33-
#navigation ul li a i {
34-
padding: 9px;
35-
}
1+
h1 {
2+
font-family: "Open Sans", sans-serif;
3+
font-size: 48px;
4+
font-weight: normal;
5+
margin: 10px;
6+
text-align: center;
7+
}
8+
#navigation ul{
9+
text-align: center;
10+
list-style: none;
11+
padding: 0;
12+
}
13+
#navigation ul li {
14+
list-style: none;
15+
display: inline-block;
16+
border-radius: 100%;
17+
border: 2px solid #000;
18+
height:50px;
19+
width: 50px;
20+
margin: 8px;
21+
}
22+
#navigation ul li:hover {
23+
color: #000;
24+
text-decoration: none;
25+
-webkit-transition: 500ms;
26+
-moz-transition: 500ms;
27+
transition: 500ms;
28+
background-color: rgba(0, 0, 0, 0.25);
29+
}
30+
#navigation ul li a {
31+
color: #000;
32+
}
33+
#navigation ul li a i {
34+
padding: 9px;
35+
}

0 commit comments

Comments
 (0)