2019-2020/Formations/NSI/Bloc1/WEB/DIU-EIL-WEB.css

18 lines
261 B
CSS
Raw Normal View History

2020-05-05 07:53:14 +00:00
.soft-btn {
background-color:gray;
border: none;
color: white;
padding: 1em 2em ;
text-align: center;
}
.dot {
position: absolute;
pointer-events: none;
height: 50px;
width: 50px;
border-radius: 25px;
background-color: #bbb;
}