JSFiddle - React, Tailwind, and code Playground
by danya_postfactum
HTML
<div class="page">
<div style="position: fixed; z-index:100;">
<ul id="menu">
<li>
<img src="./home_files/AvaImage.jpg" alt="AvaImage">
</li>
<li><a href="./home_files/home.htm">Домашняя страница</a></li>
<li><a href="http://localhost:40297/Home/PersonalPageEdit">Редактирование</a></li>
<li><a href="http://localhost:40297/Account/LogOff">Выход</a></li>
</ul>
</div>
<div id="main">
<img src="http://vmonitor.ru/pic/nature/15693/Priroda-1920x1200.jpg" alt="CoverImage" id="img">
<div class="blocks">
<form action="http://localhost:40297/LabelWall/PostLabel" method="post"><textarea cols="20" id="Label" name="Label" rows="2" style="width: 250px; height: 150px; position: relative; resize: none;"></textarea> <br><br>
<input type="submit" value="Разместить">
</form>
<br><br>
<span style="display: inline-block; width: 200px; height: 200px;" id="spanlabel">
<img src="./home_files/MiniAvaImage.jpg" alt="MiniAvaImage" style="padding: 2px;">
Сергей Прохоров<br>
22 февраля 2013 г.
<br>
бу ...
CSS
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
background-color: #eff2d7;
font-size: .85em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
color: #696969;
/*overflow-y: hidden;*/
/*overflow-x: visible;*/
}
a:link {
color: #034af3;
text-decoration: underline;
}
a:visited {
color: #505abc;
}
a:hover {
color: #1d60ff;
text-decoration: none;
}
a:active {
color: #12eb87;
}
p, ul {
margin-bottom: 20px;
line-height: 1.6em;
}
header,
footer,
nav,
section {
display: block;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-size: 1.5em;
color: #000;
}
h1 {
font-size: 2em;
padding-bottom: 0;
margin-bottom: 0;
}
h2 {
padding: 0 0 10px 0;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5, h6 {
font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
/*margin-left: auto;
margin-right: auto;*/
padding: 0;
margin: 0;
margin-bottom: 0;
}
header, #header {
position: relative;
margin-bottom: 0px;
color: #000;
padding: 0;
}
header h1, #header h1 {
font-weight: bold;
padding: 5px 0;
margin: 0;
color: #fff;
border: none;
line-height: 2em;
font-size: 32px !important;
text-shadow: 1px 1px 2px #111;
}
#main {
/*padding: 30px 30px 15px 30px;
background-color: #fff;
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
padding: 0px; */
padding:...