Sleep Twitch
KPCKevin Powell - Community
•Created by Jono Lewarne on 11/14/2024 in #front-end
Could these scalable backgrounds be made with css?
This one is almost the one on the top left.. playing a bit with the values could give you what you want..https://css-shape.com/scalloped-box/
11 replies
KPCKevin Powell - Community
•Created by Jono Lewarne on 11/14/2024 in #front-end
Could these scalable backgrounds be made with css?
Never mind.. that would be hard with the variable width..
11 replies
KPCKevin Powell - Community
•Created by Jono Lewarne on 11/14/2024 in #front-end
Could these scalable backgrounds be made with css?
Wouldn't it be easier to use svg?
11 replies
KPCKevin Powell - Community
•Created by lajkmi. on 11/9/2024 in #ui-ux
Feedback on a login and sign up screens for a phone app
I don't like the combination of the purple and the brown/orange. I also find the background colors a bit boring and depressing. The grey has a slight brownish feel and I don't like that. Doesn't give the app that should get people motivated an uplifting spirit I think. It should look fresher.
66 replies
KPCKevin Powell - Community
•Created by WinterPixie on 10/29/2024 in #ui-ux
Improving too many tabs for Nav Tab suggestions with the current layout?
That is a really weird list of items. Like Adjacent or Contiguous.. what is that even about? Or Two failed biddings? And the incredibly long name of direct retail purchase of blablabla. Incredibly confusing list to be honest
8 replies
KPCKevin Powell - Community
•Created by reeee on 10/5/2024 in #os-and-tools
windows activation? what is this
Then I wouldn't even care to activate it.
78 replies
KPCKevin Powell - Community
•Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
Or learn the very basics of using some layout techniques like flexbox, grid and make something simple first. You can always make something fancier and more complex later when you learn new stuff
431 replies
KPCKevin Powell - Community
•Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
Dude.. css is way easier than c++.. and has nothing to do with it. But seriously.. if you just want a decent portfolio page without having to learn much, just use Astro with a nice template and call it a day.
431 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
I see you used box-shadow, but you need text-shadow if you want to apply it to text.
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
I used this:
#demotext {
text-shadow: 0px 2px 0px #000000;
-webkit-text-stroke: 2px black;
color: #FFFFFF;
background: #FFFB03;
}
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
You can use this website to easily try stuff:
https://html-css-js.com/css/generator/text-shadow/
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
The important thing is the 0 blur and 100% black color.
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
Export to SVG and you are done
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
16 replies
KPCKevin Powell - Community
•Created by smackalpha on 10/15/2024 in #front-end
How to make bottom shadow in text in css.
16 replies
KPCKevin Powell - Community
•Created by Ze Golly Gosh on 10/5/2024 in #back-end
How would you store the data for a blog posts with .NET and Entity Framework?
If it is just you that will be making posts, using an Astro blog template would be a very easy way. If it is also other users, you could use DecapCms. Easier and cheaper (free) to set up than running a server with .net and sql.
6 replies
KPCKevin Powell - Community
•Created by Ze Golly Gosh on 10/5/2024 in #back-end
How would you store the data for a blog posts with .NET and Entity Framework?
If it is only a blog, why did you choose a .NET + angular + SQL stack?
6 replies
KPCKevin Powell - Community
•Created by Καλημερας on 10/10/2024 in #front-end
Backdrop-filter doesn`t work
Can you show that example?
108 replies
KPCKevin Powell - Community
•Created by AYMAN on 10/10/2024 in #front-end
exportimg images with mask
If you do it with css and you want to change the image, you do not need to do anything but replacing the image
2 replies