We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621475e commit f1f16fbCopy full SHA for f1f16fb
css/style.css
@@ -132,6 +132,10 @@ a {
132
color: #838994;
133
134
135
+}
136
+input[name="optradio"] {
137
+accent-color: rgb(214, 78, 25);
138
+
139
}
140
.inc {
141
text-align: center;
store.html
@@ -24,15 +24,9 @@
24
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
25
</head>
26
<body>
27
- <!-- ANOSH added the following:
28
- 1. Header tag above nav
29
- 2. Main tag in the centre, wrapping up the section
30
- 3. Grid with 2 columns in the centre,
31
- LHS for from and RHS for image
32
-
33
- -->
34
<header>
35
- <nav class="topnav">
+ <nav class="topnav">
36
<div class="content">
37
<ul class="link">
38
<li class="active"><a href="index.html">Meet Karma</a></li>
0 commit comments