Comments: 23
Zulikk [2017-09-02 16:48:03 +0000 UTC]
I have a question involving the drop box menu. The question is if there is a way to change the size? What I mean is, when I deleted or "removed" the icons and texts [not the code] I noticed that it was rather big. Is there a way to scale it down to where it doesn't look too big?
👍: 0 ⏩: 1
artbymba In reply to Zulikk [2017-09-21 14:11:15 +0000 UTC]
Hello. Sorry it took me quite a while to get back to you.
You have to change it the code to achive what you want.
Find this part of the code and change the underlined number here" height: 210px; " to change the height of the drop down menu. But changing it will result in some bugs. So you have to edit the underlined number in this line too: " padding: 14px 20px 40px 20px; "
An example:
If you reduce the height 100px ( height: 110px; )
You have to add 100px to padding ( padding: 14px 20px 140px 20px; )
.menu{
position: fixed;
top: 0;
margin: -264px 0 20px -20px;
padding: 14px 20px 40px 20px;
height: 210px;
width: 100%;
overflow: auto;
box-shadow: 0 7px 4px -4px rgba(163, 163, 163, .5);
text-align: center;
background: #f2eea4;}
👍: 0 ⏩: 1
Zulikk In reply to artbymba [2017-09-21 14:30:46 +0000 UTC]
Ahh thank you!
👍: 0 ⏩: 1
hsoJ95 In reply to artbymba [2016-01-06 05:34:29 +0000 UTC]
It really is a fun and easy language to learn!
👍: 0 ⏩: 0
TheBrassGlass [2015-01-11 09:04:34 +0000 UTC]
Is it possible to put an image in the circle or rectangle buttons?
👍: 0 ⏩: 1
artbymba In reply to TheBrassGlass [2015-01-11 14:24:37 +0000 UTC]
Yeah, it is possible. Image size is important. Can you show me the one in your mind?
👍: 0 ⏩: 0
TheBrassGlass [2015-01-11 08:12:13 +0000 UTC]
This is an amazing design!
👍: 0 ⏩: 1
UszatyArbuz [2014-12-18 12:52:09 +0000 UTC]
*o*
👍: 0 ⏩: 1
artbymba In reply to gillianivyart [2014-12-21 02:26:19 +0000 UTC]
Thank you so much! Transitions and transform effects are too enjoyable to play with...
👍: 0 ⏩: 1
gillianivyart In reply to artbymba [2014-12-21 04:29:50 +0000 UTC]
Yes, I'm still learning the nuances between ease, ease-in, ease-out, ease-in-out.... lolols. My codes are probably a silly mess. And then trying to make the speed something that doesn't make you nauseous to look at... hahaha.
👍: 0 ⏩: 1
PearOfDiscord [2014-12-17 19:50:27 +0000 UTC]
This is nice! Sadly, I'm not premium.
👍: 0 ⏩: 1