css circle with overlay
CSS
// html
<div class="container"> <!-- container is just for centering, it is not needed in the solution -->
<div class="circle">
<div class="overlay">
</div>
</div>
</div>
// Css
html, body {
margin: 0;
}
.container {
width: 100vw;
height: 100vh;
margin:0;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(64, 64, 64);
}
.circle {
width: 200px;
height: 200px;
border-radius: 100px;
background-color: rgb(21, 156, 228);
}
.overlay {
position: absolute;
width: 200px;
height: 200px;
border-radius: 100px;
opacity: 0;
background-color: black;
transition: .4s ease;
}
.overlay:hover {
opacity: .4;
}
Also in CSS:
- Title
- how to link to a css file in html
- Category
- CSS
- Title
- button two lines on ipad
- Category
- CSS
- Title
- how to change button gradient
- Category
- CSS
- Title
- all child css
- Category
- CSS
- Title
- how to add 2 text shadows
- Category
- CSS
- Title
- ::-ms-clear
- Category
- CSS
- Title
- font weight css
- Category
- CSS
- Title
- comment out css inline
- Category
- CSS
- Title
- css immediate child
- Category
- CSS
- Title
- static css in django
- Category
- CSS
- Title
- css remove number input arrows
- Category
- CSS
- Title
- css text line in middle
- Category
- CSS
- Title
- css button style rectangle
- Category
- CSS
- Title
- como fazer listrada css
- Category
- CSS
- Title
- flow direction in css
- Category
- CSS
- Title
- bar d'exemple navigation horizontale css
- Category
- CSS
- Title
- css animation linear
- Category
- CSS
- Title
- how to create a shape in css
- Category
- CSS
- Title
- add a border to a div css
- Category
- CSS
- Title
- center vertically and horizontally css
- Category
- CSS
- Title
- over to remove padding css
- Category
- CSS
- Title
- text animation css
- Category
- CSS
- Title
- flex wrap tailwind
- Category
- CSS
- Title
- corona.html:61 Uncaught ReferenceError: $ is not defined
- Category
- CSS
- Title
- uibutton image
- Category
- CSS
- Title
- font color css
- Category
- CSS
- Title
- line-height not working
- Category
- CSS
- Title
- how to apply different properties to different paragraphs in css
- Category
- CSS
- Title
- Jquery .css
- Category
- CSS
- Title
- css rotate 3d
- Category
- CSS
- Title
- laavel relation through morph
- Category
- CSS
- Title
- responsive images css
- Category
- CSS
- Title
- how to add css to html
- Category
- CSS
- Title
- inline css
- Category
- CSS
- Title
- css background image not showing
- Category
- CSS
- Title
- css horizontal gradient background color
- Category
- CSS
- Title
- css link
- Category
- CSS
- Title
- z-index max value
- Category
- CSS
- Title
- html5 input required length
- Category
- CSS
- Title
- large input box bootstrap 4
- Category
- CSS
- Title
- text-decoration css
- Category
- CSS
- Title
- css ie11 only
- Category
- CSS
- Title
- toggle css class in javascript
- Category
- CSS
- Title
- css white-space
- Category
- CSS
- Title
- css stylesheet template
- Category
- CSS
- Title
- transparent button css
- Category
- CSS
- Title
- css text shadow not showing in mac chrome
- Category
- CSS
- Title
- how to vertical align text in css with your baseline
- Category
- CSS
- Title
- change border highlight color on an input text element
- Category
- CSS
- Title
- choose grid position html
- Category
- CSS
- Title
- css transition transform
- Category
- CSS
- Title
- If you're trying to use a package make sure that '../../static/fonts/lato/Lato-Regular.woff' is installed. If you're trying to use a local file make sure that the path is correct.
- Category
- CSS
- Title
- how to style an hr tag
- Category
- CSS
- Title
- css hide element
- Category
- CSS
- Title
- tint image with background color css
- Category
- CSS
- Title
- how to use direct child for ol in css
- Category
- CSS
- Title
- adding background image css
- Category
- CSS
- Title
- css hide timeline
- Category
- CSS
- Title
- how to align text in css
- Category
- CSS
- Title
- edit scrollbar css
- Category
- CSS
- Title
- css nth child
- Category
- CSS
- Title
- apply width and height to td css
- Category
- CSS
- Title
- open sublime text 3 from terminal mac
- Category
- CSS
- Title
- css z index
- Category
- CSS
- Title
- how to apply bg image in inline css
- Category
- CSS
- Title
- how to remove link blue color from a tag using css
- Category
- CSS
- Title
- css text align right
- Category
- CSS
- Title
- background image with color overlay gradient css
- Category
- CSS
- Title
- Ul or ol with no indent
- Category
- CSS
- Title
- how to stilize title property css
- Category
- CSS
- Title
- scss @mixin base
- Category
- CSS
- Title
- count no. of ways to partition in k subsets
- Category
- CSS
- Title
- css position property
- Category
- CSS
- Title
- simple font-face mixin scss
- Category
- CSS
- Title
- how to get element details using cssselector using beautifulsoup
- Category
- CSS
- Title
- no select css
- Category
- CSS
- Title
- how to change height font css
- Category
- CSS
- Title
- how to align an image left in css
- Category
- CSS
- Title
- how to change the page background in css
- Category
- CSS
- Title
- css triangle
- Category
- CSS
- Title
- css border width
- Category
- CSS
- Title
- gcd
- Category
- CSS
- Title
- display table css
- Category
- CSS
- Title
- customize highlight color website
- Category
- CSS
- Title
- hide the default tooltip behaviour from safari
- Category
- CSS
- Title
- dark mode css
- Category
- CSS
- Title
- hover on father elemet activates a child element css
- Category
- CSS
- Title
- font awesome css
- Category
- CSS
- Title
- table border css
- Category
- CSS
- Title
- html5 video hide progress bar
- Category
- CSS
- Title
- css hiddden
- Category
- CSS
- Title
- loading screen svg and css animation
- Category
- CSS
- Title
- linear-gradient
- Category
- CSS
- Title
- justify content css
- Category
- CSS
- Title
- css note
- Category
- CSS
- Title
- npm 'cross-env' is not recognized as an internal or external command
- Category
- CSS
- Title
- css push div down
- Category
- CSS
- Title
- remove scrollbar css
- Category
- CSS
- Title
- css grid vs flexbox
- Category
- CSS
- Title
- stop the client from scrolling
- Category
- CSS