-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LegalSpace_Main</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<section class="slider">
<div class="container">
<div class="slider-center">
<img src="img/logo.png" alt="logo" class="logo">
<h1 class="main-title">Решаем любые юридические задачи по всему миру. Online</h1>
<h2 class="main-subtitle">оставьте свои контакты, мы перезвоним сегодня</h2>
<form class="" action="javascript: ;">
<select class="select-choosecountry">
<option>Россия</option>
<option>Европа</option>
<option>Азия</option>
</select>
<button class="getconsult">
Получить бесплатную консультацию
</button>
</form>
</div>
</div>
</section>
</body>
</html>