This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
</head> | |
<body class="background"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>PureCSS Tabs</h1> | |
<div class="pc-tab"> | |
<input checked="checked" id="tab1" type="radio" name="pct" /> | |
<input id="tab2" type="radio" name="pct" /> | |
<input id="tab3" type="radio" name="pct" /> | |
<nav> | |
<ul> | |
<li class="tab1"> | |
<label for="tab1">First Tab</label> |