Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for webmeat

Hi everyone, I am having trouble comprehending or digesting the programming mentality. I'm learning Python and while I completely understand the syntax as well as the language itself, my problem is more toward the comprehension of thinking like a programmer. For example, once a programming exercise is explained, it all …

Member Avatar for Gribouillis
0
226
Member Avatar for webmeat

I'm in the beginning phases of developing a website. I want to be able to limit the amount of printing of web pages of circulars. These will be in an image format and usually consist of between 2 and 16 web pages. The circulars change each week. Is there a …

Member Avatar for JorgeM
-1
283
Member Avatar for Moderns

I'm not 100% sure I understand your question, but I believe you're saying you want a static width on various view sizes. You could just set the width inside a media query. For example: @media only screen and (min-width: 320px) { .container { width: 300px; } } @media only screen …

Member Avatar for webmeat
0
306
Member Avatar for Violet_82
Member Avatar for Violet_82
0
206
Member Avatar for webmeat

Hi guys and gals, I'm in the process of developing a responsive website and have run into something which I was not expecting. I have all my margins and padding set to 0 (or at least I thought I did). However, when I place anything into the header, it automatically …

Member Avatar for webmeat
0
145

The End.