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
| body { | |
| font-family: Futura, Helvetica, Arial, Sans-serif; | |
| position: relative; | |
| } | |
| .page { | |
| padding: 0; | |
| margin: 0; | |
| } | |
| /*------------------ |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width", initial-scale="1"> | |
| <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
| <title>NIKKI</title> | |
| <!--Bootstrap core CSS --> | |
| <link href="css/bootstrap.css" rel="stylesheet" > | |
| <link href="css/styles.css" rel="stylesheet"> |
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
| body { | |
| font-family: Futura, Helvetica, Arial, Sans-serif; | |
| } | |
| #main { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| /* --------------------- | |
| header |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
| <title>Work/NIKKI</title> | |
| <!--Bootstrap core CSS --> | |
| <link href="css/bootstrap.css" rel="stylesheet" > | |
| <link href="css/work_styles.css" rel="stylesheet"> |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
| <title>Portfolio</title> | |
| <link href="css/bootstrap.css" rel="stylesheet"> | |
| <link href="css/portfolio_styles.css" rel="stylesheet"> | |
| <!-- Latest compiled and minified CSS --> |
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
| body { | |
| font-family: Futura, helvetica, Arial, Sans-serif; | |
| font-size: 1em; | |
| } | |
| /* ----------------------------- | |
| container | |
| ------------------------------*/ | |
| .container { | |
| margin: 0; |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>About/NIKKI</title> | |
| <link href="css/bootstrap.css" rel="stylesheet"> | |
| <link href="css/about_me_styles.css" rel="stylesheet"> | |
| </head> | |
| <body> |
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
| body { | |
| font-family: Futura, Helvetica, Arial, Sans-serif; | |
| background-color: #fffeee; | |
| color: #34495e; | |
| } | |
| /* header */ | |
| .header { | |
| height: 50px; |
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
| body { | |
| font-family: Futura, Helvetica, Arial, Sans-serif; | |
| } | |
| /* header */ | |
| .header { | |
| height: 50px; | |
| background-color: #000; | |
| color: white; | |
| top: 0; |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Home/NIKKI</title> | |
| <!--Bootstrap core CSS --> | |
| <link href="css/bootstrap.css" rel="stylesheet" > | |
| <link href="css/styles.css" rel="stylesheet"> | |
| <!-- Custom styles for this template go here --> |
NewerOlder