This file contains 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 { | |
margin-top: 213px; | |
margin-bottom: 229px; | |
font-size: 60px; | |
font-weight: bold; | |
text-align: center; | |
letter-spacing: -2.4px; | |
} | |
h2 { |
This file contains 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>Дом Наркомфина</title> | |
</head> | |
<body> | |
<h1>Дом Наркомфина</h1> |
This file contains 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 { | |
width: 700px; | |
height: 17912px; | |
margin: 0 auto; | |
background-image: url(dom_narkomfina_bg_no_lists.jpg); | |
background-position: top center; | |
background-repeat: no-repeat; | |
} | |
h1, h2, h3 { |
This file contains 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>Дом Наркомфина</title> | |
</head> | |
<body> | |
<h1>Дом Наркомфина</h1> | |
<img src="narkomfin.jpeg" width="600px"> |
This file contains 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 { | |
/* min-width: 940px; */ | |
font-family: "HelveticaNeue-Light", Arial, sans-serif; | |
} | |
h1, h3 { font-size: 24px; } | |
h2 { font-size: 34px; } | |
p { | |
margin-top: 10px; |
This file contains 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="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Portfolio</title> | |
<link rel="stylesheet" href="../stylesheets/reset.css"> | |
<link rel="stylesheet" href="../stylesheets/reset-links.css"> | |
<link rel="stylesheet" href="../stylesheets/portfolio.css"> | |
</head> |
This file contains 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
html, body, section { | |
width: 100%; | |
height: 100%; | |
} | |
body { | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
section { |
This file contains 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="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Дом Наркомфина</title> | |
<link rel="stylesheet" href="../stylesheets/reset.css"> | |
<link rel="stylesheet" href="../stylesheets/reset-links.css"> | |
<link rel="stylesheet" href="../stylesheets/positioning.css"> | |
</head> | |
<body> |
This file contains 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 { | |
height: 6500px; | |
background-image: url(../images/dom_narkomfina_bg.jpg); | |
background-position: top center; | |
background-repeat: no-repeat; | |
} | |
h1, h2, h3 { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; | |
font-weight: bold; |
This file contains 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="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Дом Наркомфина</title> | |
<link rel="stylesheet" href="stylesheets/reset.css"> | |
<link rel="stylesheet" href="stylesheets/reset-links.css"> | |
<link rel="stylesheet" href="stylesheets/medium.css"> | |
</head> | |
<body> |