Re: Help making php display larger

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Andrew McRobb
Date:  
To: Main PLUG discussion list
Subject: Re: Help making php display larger
Swap that 20px to 70px. Sorry, writting it on phone.

On Fri, May 24, 2019, 6:43 PM Andrew McRobb <> wrote:

> That is only going to work for links, not buttons. It would have to look
> something like this.
>
> input[type=submit] {
>     font-size: 20px;
> }

>
> Notice the select statement, is refering to any inputs with type submit.
>
> On Fri, May 24, 2019, 6:17 PM Jim <> wrote:
>
>> Before any of the code, I put this.
>>
>> <style>
>> div.a {
>>    font-size: 70px;
>> }

>>
>> </style>
>> <div class="a">
>>
>> But only some of the text is bigger. See for yourself here
>> https://ibb.co/sCZrQjJ
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss