-
Notifications
You must be signed in to change notification settings - Fork 0
/
v0.html
21 lines (20 loc) · 1.61 KB
/
v0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/v0.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="background-image: url('924942.jpg'); background-repeat: no-repeat; background-attachment: fixed;
background-size: cover;">
<h1 style="text-decoration:line-through;color: darkgreen;">CSS</h1>
<p style="color: cadetblue;font-family: Georgia, 'Times New Roman', Times, serif; font-size: large;text-decoration:underline;"><b>C</b>ascading <b>S</b>tyle <b>S</b>heets</p>
<h2 id="title">Slection:</h5>
<marquee class="ticker" behavior="alternate" direction="left" scrollamount="15"><ol><li>by name: </li></marquee><marquee class="ticker" behavior="alternate" direction="right" scrollamount="15"><p class="desc">balise_name{Rule;Rule;}</p></marquee>
<marquee class="ticker" behavior="alternate" direction="left" scrollamount="15"><li>by id : </li></marquee><marquee class="ticker" behavior="alternate" direction="right" scrollamount="15"><p class="desc">#id{Rule;Rule;}</p></marquee>
<marquee class="ticker" behavior="alternate" direction="left" scrollamount="15"><li>by class : </li></marquee><marquee class="ticker" behavior="alternate" direction="right" scrollamount="15"><p class="desc">.id{Rule;Rule;}</p></marquee></ol>
<marquee class="ticker" behavior="alternate" direction="left" scrollamount="15">style="color: yellow;">>>id(#test{color: red;})>>>Class(.test{color: cadetblue;})>>>>balise name</marquee>
<div> <p id="test" class="test" >TEST</p></div>
</body>
</html>