Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a CS Year 1 student :) When I am revising the Web-Developing course, I read some past exam questions but there were no answer provided. So I try to seek help from here.

1. The sub-block contains 4 circles representing 4 tables marked with 1 to 4 (do not use canvas)

2.The whole page is on top of the body, 8% in width relative to the body and aligned center

Thanks a lot!

What I have tried:

1. / <-- I could not searched any related solution online

2. (Im not sure if I understand its requirement correctly)
HTML
<html>
<body> ... <body>
</html>

CSS
html {
top: 0;
width: 80%;
position: relative;
text-align: center;
}
Posted
Updated 10-Dec-17 6:13am

1 solution

Most of the questions are not clear - probably lost in translation...
As for the 'circle' part...
Since CSS3 you can create rounded border to elements, up to give the impression of circle:
Edit fiddle - JSFiddle[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900