Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .jumbotron {
- background-image: url(../img/codeside.jpg);
- background-size: cover;
- }
- .jumbotron h1 {
- color: white;
- }
- .jumbotron p {
- color: white;
- }
- a {
- color: #2c8ac8;
- }
- .row p {
- color: black;
- background-color: #ecf0f1;
- }
- body {
- background-color: #ecf0f1;
- }
- /* ==========================================================================
- about page styles
- ========================================================================== */
- /* * { box-sizing: border-box; } */
- .container {
- width: 80%;
- margin: 0 auto;
- }
- .header h1 {
- text-align: center;
- color: white;
- }
- .header {
- margin-bottom: 40px;
- }
- .image {
- display: inline-block;
- float: left;
- }
- .about h2, h3, p {
- color: white;
- }
- .column {
- display: inline-block;
- width: 30%;
- float: left;
- padding: auto 20px;
- }
- .main-text {
- clear: both;
- padding-top: 60px;
- }
- #photo {
- border-radius: 50%;
- width: 300px;
- height: 300px;
- border-style: solid;
- border-width: medium;
- border-color: #2c3e50;
- }
- #skill-list {
- margin-left: 100px;
- }
- .skills {
- background-color: #2c3e50;
- color: #FFF;
- padding-top: 3%;
- padding-bottom: 3%;
- }
- /* ==========================================================================
- Typography
- ========================================================================== */
- h1, h2, h3 {
- font-family: Futura, Helvetica, Arial, sans-serif;
- }
- p, li {
- font-family: Georgia, Palatino, Garamond, serif;
- }
- .intro p {
- font-family: Futura, Helvetica, Arial, sans-serif;
- font-size: 1em;
- font-weight: 100;
- -webkit-margin-before: 0;
- }
- .skills h3 {
- text-align: center;
- text-transform: uppercase;
- }
- .skills-list {
- font-size: 1em;
- font-weight: 100;
- }
- .about p {
- font-family: 'Roboto Condensed', sans-serif;
- }
- .contact p {
- font-family: 'Roboto Condensed', sans-serif;
- }
- /* ==========================================================================
- contact page styles
- ========================================================================== */
- .contact {
- background-color: #5AD4C2;
- color: #FFF;
- font-size: 2em;
- font-weight: 200;
- margin: 20%;
- padding-top: 5%;
- padding-bottom: 5%;
- border-style: solid;
- border-width: medium;
- border-color: #2c3e50;
- }
- .contact p {
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment