We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b77bdc commit 25ab891Copy full SHA for 25ab891
starter/03-CSS-Fundamentals/style.css
@@ -103,9 +103,21 @@ a:active {
103
font-style: italic;
104
}
105
106
-/* nav a:link {
107
- font-size: 18px;
108
-} */
+nav a:link {
+ /* font-size: 18px;
+ background-color: orangered;
109
+ margin: 20px;
110
+ padding: 20px;
111
+ display: block; */
112
+
113
+ margin-right: 30px;
114
+ margin-top: 10px;
115
+ display: inline-block;
116
+}
117
118
+nav a:link:last-child {
119
+ margin-right: 0;
120
121
122
nav {
123
font-size: 18px;
@@ -148,7 +160,7 @@ nav {
148
160
149
161
.main-header {
150
162
background-color: #f7f7f7;
151
- height: 80px;
163
+ /* height: 80px; */
152
164
padding: 20px 40px;
153
165
margin-bottom: 60px;
154
166
0 commit comments