diff --git a/X.avif b/X.avif new file mode 100644 index 0000000..a82956e Binary files /dev/null and b/X.avif differ diff --git a/mouthwashing.jpg b/mouthwashing.jpg new file mode 100644 index 0000000..967e972 Binary files /dev/null and b/mouthwashing.jpg differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..993b685 --- /dev/null +++ b/style.css @@ -0,0 +1,35 @@ +.navbar ul{ + list-style-type: none; + background-color: #147fac; + padding: 0px; + margin: 0px; + overflow: hidden; +} + +.navbar a{ + color : wheat; + text-decoration: none; + padding : 15px; + display: block; + +} + +.navbar a:hover{ + background-color: #0b4964; +} + +.navbar li{ + float : left; +} + +.navbar{ + position:relative; +} + +body{ + /*background-color: black;*/ + background-image: radial-gradient(circle, rgb(99, 10, 99) 10%, + rgb(36, 7, 102) 30%, rgb(11, 11, 9) 89%); + font-family: Georgia, serif; +} + diff --git a/videotest.css b/videotest.css new file mode 100644 index 0000000..eb6fa3e --- /dev/null +++ b/videotest.css @@ -0,0 +1,18 @@ +body{ + align-items: flex-start; + justify-content: space-between; +} + +div{ + display: flex; +} +.vid{ + top: 0; + float:left; + position :sticky; +} +p{ + color: red; + float : left; + width: 30%; +} diff --git a/videotest.html b/videotest.html new file mode 100644 index 0000000..ee385f8 --- /dev/null +++ b/videotest.html @@ -0,0 +1,41 @@ + + + + + + + + + Document + + +
+ +
+ +
+ +

description de la video, Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit accusantium eius laborum nostrum officia consequatur impedit aut, minus eveniet perferendis dicta omnis hic, maxime labore corporis molestiae amet quaerat +

+
+ + + + + \ No newline at end of file