Help making php display larger

Andrew McRobb andrewmcrobb at gmail.com
Fri May 24 18:43:32 MST 2019


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 <azanorak at gmail.com> 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 - PLUG-discuss at lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20190524/f4637b6c/attachment.html>


More information about the PLUG-discuss mailing list