border propertyis not orking
Hi,
I am quite novice in CSS area. I am trying following simple code but its border is not showing up in the browser. Could you please let me know what wrong I am doing here.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .container-1 { background: yellow; border: 2px solid red;
Animate and shake effect for rotated div using css3
I have been trying to use animate and shake effects for already rotated and absolute positioned div.
I have tried to use animate css from the following link:
https://daneden.github.io/animate.css/
What I want to achieve is following:
Top div coming from top side in rotating motion and position itself in defined absolute position
Middle div coming from right side in rotating motion and position itself in defined absolute position
Bottom div coming from bottom side in rotating motion and position itself in defined absolute position
How does my site look?
Hello,
I have recently created a website,
I was wondering if people here could take the time to check it out and give feedback,
Link: http://html-builder.tk
Thanks!
How to remove opacity from an Image
Good day guys and girls, i created two div tags and an image tag as shown below;
<div class="BackOpacityLayer"> <div class ="CentreDiv"> <img src="~/Images/nsmn-logo.gif" alt="logo" width="250" height="250"/> </div> </div>
the "BackOpacityLayer" css style code is shown below;
.BackOpacityLayer { width: 100%; /**/height: 450px; margin: -10px 0px -10px 0px; background-color: black; opacity: 0.8; filter: alpha(opacity=50); padding: 15% 0px 0px 0px; }
