On 01/08/2019 16:48, Ralph Corderoy wrote:
Hi Peter,
One problem is that even though my fingers are big, the button on the
app is actually just the text, and I have difficulty getting the sweet
spot.
Bigger text? https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
<! developed using https://www.w3schools.com/css/css_grid.asp for the grid 30
Jan2019
<html>
<head>
<title>RC-Car with Flask 30 Jan 2019</title>
<style>
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
background-color: #ffffff;
padding: 10px;
grid-column-gap: 50px;
grid-row-gap: 50px;
}
.grid-item {
background-color: rgba(255, 255, 255, 0.8);
border: 3px solid rgba(0, 0, 0, 0.8);
padding: 20px;
font-size: 60px;
text-align: center;
}
I changed font-size from 30 to 80. Much bigger and better, and easier to touch.
If there is a tablet acronym for PEBKAC it would be suitable.
Peter
--
Next meeting: BEC, Bournemouth, Tuesday, 2019-08-06 20:00
Check to whom you are replying
Meetings, mailing list, IRC, ... http://dorset.lug.org.uk/
New thread, don't hijack: mailto:dorset@mailman.lug.org.uk