Skip to content

Commit 911291b

Browse files
committed
Pagina Galeria
alterações feitas na pagina galeria
1 parent 242424a commit 911291b

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

css/styles.css

+28
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,32 @@ svg text {
119119
fill: rgba(179,174,23,1); stroke: rgba(179,174,23,0);
120120
stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
121121
}
122+
}
123+
124+
125+
/*pagina de Galeria*/
126+
.container{
127+
width: 100%;
128+
height: 82vh;
129+
display: flex;
130+
flex-direction: column;
131+
color: azure;
132+
133+
134+
}
135+
.galeria{
136+
display: inline-flex;
137+
gap: 15px;
138+
margin: 10px 20px 10px 20px;
139+
140+
}
141+
142+
.video_wrapper{
143+
width: 250px;
144+
height: 300px;
145+
display: flex;
146+
flex-direction: column;
147+
align-items: center;
148+
justify-content: center;
149+
border: 2px solid blue;
122150
}

frontend/css/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ body{
103103
width: 80%;
104104
height: 40px;
105105
}
106-
107106
.chat-button{
108107
width: 40px;
109108
height: 40px;
@@ -128,7 +127,6 @@ body{
128127
border-radius: 10px 10px 0px 10px;
129128
align-self: flex-end;
130129
}
131-
132130
.message-other{
133131
display: flex;
134132
flex-direction: column;
@@ -144,4 +142,6 @@ body{
144142
text-shadow:1px 1px #fcec17;
145143
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
146144

147-
}
145+
}
146+
147+
/*fim mensagem do chat*/

galeria.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,19 @@
4040
<li><a href="/contato.html">Fale Conosco</a></li>
4141
</ul>
4242
<ul class="nav navbar-nav navbar-right">
43-
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
43+
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span>Login</a></li>
4444
</ul>
4545
</div>
4646
</div>
4747
</nav>
48+
<div class="container"> <h1>Galeria do Canal</h1>
49+
<p>Aqui você consegue achar nossos videos sem distrações extras e aquele monte de anúncios da playlistdo youtube </p>
50+
<div class="galeria">
4851

52+
<div class="video_wrapper" id="ultimo-video"><iframe width="240" height="280" src="https://www.youtube.com/embed/-5dHUJtY9_8?si=5aBQTPXbCuNv5Xun" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><h3>Data Revelada</h3></div>
53+
54+
</div>
55+
</div>
4956

5057

5158
<footer class="container-fluid text-center">

0 commit comments

Comments
 (0)