Browse Source

Added the requested videos to body cavitation and eye lashes

Nusha 7 năm trước cách đây
mục cha
commit
ac715d3ffa
2 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 2 2
      index.html
  2. 7 0
      style.css

+ 2 - 2
index.html

@@ -74,7 +74,7 @@
 						</div>
 						<div class="info-section">
 							<h2>Body Cavitation</h2>
-							<p>Achieve the effect of body building and losing weight (packages available)</p>
+							<p>Achieve the effect of body building and losing weight (packages available) Check out <a href="https://www.youtube.com/watch?v=BxB39BU7EWM" target="_blank">a video.</a></p>
 						</div>
 					</div>
 					<div id="led-info">
@@ -103,7 +103,7 @@
 				<h1><a name="lashes">LVL Lashes</a></h1>
 				<h2>Length - Volume - Lift</h2>
 				<img src="./images/lashes.png" />
-				<p>Forget about extensions! Enhance your lashes without the risk of damage. No aggressive chemical ingredients. Effect of open eyes 40% more volume. Treatment time 45-60 min. Lasts up to 2 months</p>
+				<p>Forget about extensions! Enhance your lashes without the risk of damage. No aggressive chemical ingredients. Effect of open eyes 40% more volume. Treatment time 45-60 min. Lasts up to 2 months. Check out the <a href="https://www.youtube.com/watch?v=ShXGniLTfmI" target="_blank">dramatic difference</a>.</p>
 			</div>
 		</div>
 		<div id="wax-section">

+ 7 - 0
style.css

@@ -212,6 +212,10 @@ html, body {
 	padding-bottom: 32px;
 }
 
+#lashes-section-content a{
+	color: lightblue;
+}
+
 #lashes-section h1{
 	font-family: 'Oswald', sans-serif;
 	text-transform: uppercase;
@@ -321,6 +325,9 @@ html, body {
 	.info-section img {
 		width: 80%;
 	}
+	.info-section a{
+		color: white;
+	}
 
 	#led-info {
 		width: auto;