Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Atty Cronin</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
* {
box-sizing: border-box;
}
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
padding: 10px;
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Atty Cronin</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<link href="css/normalize.css" rel="stylesheet" />
<link href="css/about_styles.css" rel="stylesheet"/>
* {
box-sizing: border-box;
}
.container {
width: 80%;
margin: 0 auto;
border-top: 3px solid #f535aa;
border-left: 3px solid #ff2400;
}
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Atty's Web Portfolio - Contact</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<link href="css/normalize.css" rel="stylesheet" />
<link rel="stylesheet" href="css/bootstrap.css"/>
.panel {
font-family: 'Special Elite', cursive;
}
.panel-default>.panel-heading {
background-color: rgba(185, 214, 244, 0.48);
}
.panel-body p {
color: #081802;
font-size: 1.3em;
}
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Atty's Web Portfolio - Contact</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<!-- Latest compiled and minified Bootstrap CSS -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Antonia's Web Portfolio</title>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- jQuery is required for Bootstrap to work -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Atty Cronin</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<!-- Latest compiled and minified Bootstrap CSS -->
@AttyC
AttyC / index.html
Created April 16, 2015 20:02
Cannot get navbar to collapse properly. If I use display-inline for LI it doesn't collapse. If I do not use display-inline it shows as vertical.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Atty's Web Portfolio</title>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">