Latest solutions
Responsive Calculator with Keyboard support and Dynamic screen
#node#animationSubmitted over 2 years agoVue app useing rest-countries-api, built with Vue's compostion API
#axios#bootstrap#sass/scss#vue#gsapSubmitted over 2 years agoFilterable Job Listing Page uscing Vue.js, SCSS, Fetch API
#fetch#sass/scss#semantic-ui#vue#gulpSubmitted almost 3 years agoResponsive dropdown menu navigation bar using CSS only (scss,html)
#sass/scss#gulpSubmitted almost 3 years agoResponsive comments section using Vue Framework with Vuex
#sass/scss#vue#vuex#axiosSubmitted almost 3 years agoResponsive URL shortenning page uscing SCSS, Flex, Gulp, API
#fetch#gulp#sass/scss#nodeSubmitted about 3 years ago
Latest comments
- @alvaro-j@anas-cd
one way you can use the " background-position-y " css property on the body element, set a
background-position-y : 120%
for example ^_^Marked as helpful - @BarretoJ20@anas-cd
you can wrap both sections in a container and use flex to arrange the sections next to each other using flex properties like setting the direction to row and the base for each section .. here is a good resource on how to use flexboxes https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Marked as helpful - @abhineetkandele@anas-cd
seems great, just try to change the arrow direction when the question box is opened
also when the screen is at mobile width (~375px) the picture gets hidden and the user can't scroll up to it, especially if there are multiple questions opened at the same time.
Marked as helpful - @tamil-hash@anas-cd
nice work, there'r some little things that would make it the best tho ^_^,
-
the background color is darker than the design : white would do the trick i guess
-
in mobile view, if all questions are extended the last one can't be viewed : you can make the height of the card a bit taller or assign it to auto with a min height
-
when resizing, the pictures gets disproportionate in scal thus the overlapping of the pictures gets messed up a little bit.. not sure why but I noticed the extensive use of size percentages that I rarely see in stable designs
-
- @Briancarlo24@anas-cd
great work so far, and really nice layout
- I just noticed the email input when it gets clicked it changes back to the original style
I hope you find your solution to the <300px situation
have a nice day ^_^
- @noobcoder02@anas-cd
really nice work you got there,
-
to make it even closer to the design you can use the line-height property for the paragraph
-
also to make it more responsive maybe make the breakpoint of mobile view switching before 375 pixels since some phones are a bit bigger than this resolution
-
last one there is a funny movement while resizing the screen from the buttons, I had the same thing when I did this challenge and I fixed it using the margin-top auto while in flex item, you can do something similar at yours but since you don't have it as flex inside each card you can do whatever makes the button stick to the end of its container
have fun ^_^
-