Quantcast
Channel: Forum Pasja Informatyki - Najnowsze pytania bez odpowiedzi
Viewing all articles
Browse latest Browse all 21942

Koło procentowe

$
0
0
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <style>
     #circle {
    background-color: aquamarine;
	width: 120px;
	height: 120px;
	border: 6px solid #F34A53;
	border-radius: 50%;
	margin: 40px auto 0;
    }
    </style>
</head>
<body>
    <div id="circle"></div>
</body>
</html>

witam chciałbym uzyskać taki efekt:

 


Viewing all articles
Browse latest Browse all 21942