Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Cosmopolitan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
@import url('https://fonts.googleapis.com/css?family=Lobster|Marck+Script:&subset=latin,cyrillic');

.title
{
font-family: 'Marck Script', cursive;
display: inline-block;
text-align: center;
margin: 0 15%;
}

.when
{
text-align: center;
font-size: 10px;
margin: 5px;
font-family: 'STIXGeneral';
}

.quest
{
font-weight: bold;
}

p:first-letter
{
font-size: 24px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В одну строку обычно)

font-weight: bold;
}

.date
{
border: 3px double black;
border-left: none;
border-right: none;
padding: 5px;
margin: 10px;
}

.head
{
border: 1px solid black;
width: 20%;
padding: 20px;
vertical-align: middle;
display: inline-block;
box-sizing: border-box;
}

.picture
{
width: 100%;

}

footer
{
text-align: right;
background: #eee;
height: 30px;
border-top: double;
margin-top: 2px;
}

h1
{
display: inline-block;
font-size: 5vw;
}

.titleimg
{
width: 100%;
}

header
{
text-align: center;
}

.article
{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
text-align: justify;
column-rule: 1px solid;
padding: 10px;
}

.paragraph
{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
text-align: justify;
display: inline-block;
padding: 10px;
column-rule: 1px solid;
}

p
{
text-indent: 5%;
}

.all
{
column-span: all;
text-align: center;
font-size: 40px;
margin: 5%;
}

.vertical
{
font-size: 18px;
width: 15px;
display: inline-block;
}

.test
{
width: 75%;
vertical-align: top;
display: inline-block;
}
436 changes: 436 additions & 0 deletions index.html

Large diffs are not rendered by default.

Binary file added left.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added love.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.