HamzeKabi
@HamzeKabiAll solutions
- Submitted 4 months ago
Testimonials grid section using css grid, flexbox and sassy css
- HTML
- CSS
DRY. Reducing redundancies
- Submitted 4 months ago
four card feature section using css grid, flexbox and sassy css
- HTML
- CSS
I used flexbox for single column and css grid for multicolumn version. I'm curious to know what methods others have used.
- Submitted 4 months ago
product preview page using flex and sassy css
- HTML
- CSS
For this project I did not used grid, and only used flex. Is grid a better option regarding this project?
- Submitted 4 months ago
Recipe page using flexbox and sassy css
- HTML
- CSS
I mentioned my problem in
"What challenges did you encounter, and how did you overcome them?"
section, How can I overcome it without using !important.
- Submitted 5 months ago
Social links profile using flexbox with the use of semantic elements
- HTML
- CSS
I'd like to know how others solve the web responsiveness issues
- Submitted 5 months ago
Interactive blog preview card using javascript
- HTML
- CSS
Here is a question:
In a 1024px screen there is a line that is 100px long. By using html and css only, how can I change length of this line, so that as the screen width decreases, length of the line increases?
I had similar issue when writing h-offset and v-offset of boxshadow for different screen size.
- Submitted 5 months ago
QR code page using basic html and css
- HTML
- CSS
-
I added the following css line for the texts in order to write them in multiline: white-space: pre-wrap I want to know if it's the right way to do, if not, what is the solution for this issue
-
Although the suggest font size is 15px, when I used this size, the text did not get the desired size, that's why I changed the sizes a bit