File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,15 +189,18 @@ a {
189189 justify-content : center;
190190 align-items : center;
191191 margin : 2rem 0rem ;
192- width : 100 % ;
192+ filter : drop-shadow ( 0 4 px 6 px # ff7d1f ) ;
193193}
194194
195- .video iframe {
195+ video {
196+ border-top-left-radius : 40px ;
197+ border-bottom-right-radius : 40px ;
198+ border-top-right-radius : 40px ;
199+ border-bottom-left-radius : 40px ;
196200 width : 80% ;
197- height : 620px ;
198- border-radius : 30px ;
199- border : none;
201+ height : 80% ;
200202}
203+
201204.start {
202205 width : 80% ;
203206 display : flex;
Original file line number Diff line number Diff line change 4747 < div class ="main ">
4848 < div class ="about_title "> About us</ div >
4949 < div class ="video ">
50- < iframe width =" 560 " height =" 315 " src ="https://www.youtube.com/embed/MCCc5mT5Pio?autoplay=1&mute=1&loop=1&playlist=MCCc5mT5Pio " frameborder =" 0 " allow =" autoplay; encrypted-media " allowfullscreen > </ iframe >
50+ < video src ="./HelpOps-H.mp4 " autoplay loop muted > </ video >
5151 </ div >
5252 < div class ="start ">
5353 < div class ="img-container ">
You can’t perform that action at this time.
0 commit comments