Skip to content
Snippets Groups Projects
Commit 8e573986 authored by aapekaur's avatar aapekaur
Browse files

Color changed

parent f0030f82
No related branches found
No related tags found
1 merge request!3Addauction
......@@ -21,7 +21,7 @@ section input[type=radio] {
}
[type=radio]:checked ~ label {
background-color: blue;
background-color: darkgreen;
color: white;
}
......
......@@ -12,7 +12,8 @@
<body>
<h1>13th auction app</h1>
<!-- HERE IS AN EXAMPLE OF A TAB USED IN TE PAGE
<!-- HERE IS AN EXAMPLE OF A TAB USED IN THE PAGE
I LEARNED THIS FROM web-palvelinohjelmointi COURSE BY Tommi Lahtonen
<section>
<input type="radio" name="tabs" id="ADDTABNAME" checked="checked" />
<label for="ADDTABNAME">BUTTON LABEL</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment