-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsome_styles.html
26 lines (25 loc) · 971 Bytes
/
some_styles.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/some_styles.css">
<title>HTML + CSS</title>
</head>
<body>
<p id="textinp">Lorem 122o os asjdjf <b class="maintext">jeiiii</b> rRAdabaaa <i class="maintext">POIS</i> NTNTNAS</p>
<!-- <div>
<p>Lorem,<b>sed do eiusmod tempor</b> incididunt ut <i>labore et dolore magna</i> aliqua</p>
</div> -->
<a href="#" class="main-link">Ссылка</a>
<p class="main-link">Лaslk;dkkdslfsdfsdlfhsdfjsgdhfjhf<br>орни123СССККК</p>
<div id="some_id">
Some text
</div>
<input type="text" placeholder="enter text">
<input type="text" placeholder="EEE" disabled>
<p class="text" title="some text"></p>
<p class="text" title="1010000">Some text</p>
</body>
</html>