Почему у меня весь текст вышел за рамки помогите пожалуйста?
0
Почему у меня весь текст вышел за рамки помогите пожалуйста?
3 ответов
1
Покажите ваш код
0
* {
margin: 0;
padding: 0;
}
input [type="text"], input [type="password"],input [type="search"] {
color:#5d5d5d
width:60%
padding: 8px
}
input, textarea {
outline: none;
border: none;
border: solid 1px #f2f2f2;
}
h1, h2 {
font: normal 170% "century gothic", arial;
margin: 0 0 15px 0;
padding: 15px 0 5px 0;
color: #000;
}
h2 {
font-size: 140%;
}
.header {
background-color: red;
height: 200px;
font-size: 0.9em;
margin-left: 0px;
margin-right: 0px;
min-width: 900px;
}
.main, .logo, .menubar, .site_content, .footer {
margin-left: auto;
margin-right: auto;
}
.logo {
width: 1000px;
padding-bottom: 40px;
}
.logo h1, .logo h2 {
font: normal 300% 'century gothic', arial, sans-serif;
margi: 0 0 0 9px;
}
.logo_text h1 a, .logo_text h1 a, .logo_text h1 a:hover {
padding: 22px 0 0 0;
color:#fff;
letter-spacing: 0.1em;
text-decoration: none;
}
.logo_text h2 {
font-size: 2em;
padding: 20px 0 0 0;
color:#fff;
}
.menubar {
width: ;
height: 10px;
}
ul.menu {
float: left;
}
ul.menu li {
float: left;
padding: 0 0 0 9px;
list-style: none;
margin: -30px 10px 0 0;
}
ul.menu li a {
font: normal 100% "trebuchet ms", sans-serif;
display: block;
height: 20px;
padding: 6px 35px 5px 28px;
color: #fff;
text-decoration: none;
}
ul.menu li.selected a {
color: #aeb002;
}
ul.menu li a:hover {
color: #e4ec04;
}
.site_content {
width: 880px;
overflow: hidden;
margin: 20px auto 0 auto;
background-color: white;
}
.sidebar_container {
float: left;
width: 224px;
}
.sidebar {
float: left;
width: 222px;
padding: 5%;
margin: 0 0 10px 0;
border: solid 3px #FF0000;
margin: 10 10 10px 10;
border-radius: 5px;
background-color:#f2f2f2;
}
.sidebar h2 {
color:#FF0000;
}
.lables_passreg_text {
font-size: 0.7em;
margin-top: 1%;
margin-left: 10%;
}
.logo_text h1, .logo_text h1 a, .logo_text h1 a:hover {
padding: 22px 0 0 0;
color: #ffffff;
letter-spacing: 0.7em;
text-decoration: none;
}
word-warp
0
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="description" content='fortneshop- это продажа аккаунтов по дешевке' />
<meta name="keywords" content="аккаунты, дешевые аккаунты" />
<link rel="stylesheet" href="assets/css/style.css">
<div>
<div>
<div class="main">
</div>
<div class="header">
<div class="logo">
<div class="logo_text">
<h1><a href="/">Fortnеshop </a></h1>
<h2>Fortnite-наша жизнь! </h2>
</div>
</div>
</div>
<div class="menubar">
<ul class="menu">
<li><a href="#">Главная </a></li>
<li><a href="#">Все аккаунты</a></li>
<li><a href="#">Топ продаж</a></li>
<li><a href="#">Дешевые аккаунты</a></li>
<li><a href="#">Тех.Поддержка </a></li>
<li><a href="#">Контакты </a></li>
</ul>
</div>
</head>
<div class="site_content"> </div>
<div class="sidebar_container"> </div>
<div class="sidebar">
<h2>Поиск</h2>
<form method="post" action="#" id="search_form">
<input type="search" name="search_filed" placeholder="ваш запрос" />
<input type="button" class="btn" value="найти " />
</form>
</div>
<div class="sidebar"></div>
<h2> Вход </h2>
<form method="post" action="#" id="login">
<input type="text" name="login_filed" placeholder="логин "/>
<input type="password" name="password_filed" placeholder="пароль " />
<input type="button" class="btn" value="Войти " />
<div class="lables_passreg_text">
<span><a href="#">Забыли пароль?</a></span> | <span><a href="#">Регистрация </a></span>
</div>
</form>
</div>
<div class="sidebar"> </div>
<h2>Новости </h2>
<span>31.02.2020</span>
<p>Мы запустили новый проект по продаже аккаунтов!</p>
<a href="#">читать </a>
</div>
</body>
</html>