kirollos emad 0 Posted February 27 Report Share Posted February 27 what should i need to learn to be front end designer ? moreover, would anyone explain the position section in css like relative and absolute Quote Link to post Share on other sites
Ingolme 1,035 Posted February 28 Report Share Posted February 28 For front end development you should learn HTML, CSS and Javascript. If you want to be purely a designer, you don't necessarily need to learn the languages but it helps to know them. I've worked with some designers in the past, they pass their design documents to the developers, so they don't need to write code. Quote Link to post Share on other sites
Ingolme 1,035 Posted February 28 Report Share Posted February 28 The position property in CSS determines how the top, right, bottom and left properties behave. When set to "relative", the element gets moved a certain distance from where it started, but the space it was in remains reserved. If the position is set to "absolute" then the element will be positioned from the edges of its nearest positioned container. It's best if you try out the examples in the tutorial page: https://www.w3schools.com/css/css_positioning.asp Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.